projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f9085
)
Fix a misspelling in gtk_cell_view_new_with_markup
author
Christian Dywan
<christian@twotoasts.de>
Sun, 28 Mar 2010 02:21:47 +0000
(
04:21
+0200)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:25 +0000
(20:59 -0400)
This fixes bug 613887.
gtk/gtkcellview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellview.c
b/gtk/gtkcellview.c
index 57c526bca500affffbc74223170c84464c82c4d2..d6af0b2da8a8dd6f5096720a2b2f7100ae2a1a7b 100644
(file)
--- a/
gtk/gtkcellview.c
+++ b/
gtk/gtkcellview.c
@@
-805,7
+805,7
@@
gtk_cell_view_new_with_text (const gchar *text)
* @markup: the text to display in the cell view
*
* Creates a new #GtkCellView widget, adds a #GtkCellRendererText
- * to it, and makes it
s show @markup. The text can
text can be
+ * to it, and makes it
show @markup. The
text can be
* marked up with the <link linkend="PangoMarkupFormat">Pango text
* markup language</link>.
*